home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / editors / mutt / me2b_pl7.zoo / mu_edit2 / recipe < prev   
Encoding:
Text File  |  1992-08-26  |  1.7 KB  |  57 lines

  1. MC = mc2
  2. MFLAGS = -q3 -t./me2
  3.  
  4. Mutt_code |>
  5.   me2.mut
  6.   adjust.mut calc.mut cmode.mut compile.mut cstuff.mut dir.mut
  7.   filter.mut findit.mut ganoi.mut mailmode.mut muttmode.mut nomunge.mut
  8.   picture.mut popup.mut qr.mut queen.mut spell.mut textmode.mut
  9.   wscroll.mut xterm.mut osstuff.mco
  10.  
  11. me2.mut :]
  12.   me2.h
  13.   modeline.mut hook.mut require.mut nextfile.mut sysvar.mut bstats.mut
  14.   alamode.mut pmatch.mut indent.mut markring.mut hidebuf.mut isearch.mut
  15.   search.mut twiddle.mut undo.mut case.mut window.mut delbuf.mut
  16.   wspace.mut autoload.mut
  17.  
  18. ####################################################################
  19. ################# Stand alone pgms #################################
  20. ####################################################################
  21.  
  22. adjust.mut   :] wspace.mut
  23. calc.mut     :] me2.h tobase.mut
  24. cmode.mut    :] me2.h bs_untab.mut block.mut
  25. compile.mut  :] me2.h
  26. dir.mut      :] me2.h
  27. filter.mut   :] me2.h
  28. mailmode.mut :] me2.h runblock.mut
  29. muttmode.mut :] me2.h bs_untab.mut block.mut
  30. picture.mut  :] me2.h
  31. popup.mut    :] max.mut
  32. spell.mut    :] me2.h
  33. textmode.mut :] block.mut me2.h wspace.mut 
  34.  
  35. osstuff.mco : unix.mut
  36.     $(MC) $(MFLAGS) unix
  37.     mv unix.mco osstuff.mco
  38.  
  39. ####################################################################
  40. ############### Included pgms ######################################
  41. ####################################################################
  42.  
  43. alamode.mut    := me2.h
  44. bstats        := me2.h tobase.mut
  45. case.mut    := me2.h
  46. delbuf.mut    := me2.h
  47. hidebuf.mut    := me2.h
  48. hook.mut    := me2.h
  49. indent.mut    := runblock.mut wspace.mut
  50. isearch.mut    := me2.h
  51. markring.mut    := me2.h mod.mut
  52. modeline.mut    := me2.h
  53. runblock.mut    := me2.h
  54. sysvar.mut    := me2.h
  55. undo.mut    := me2.h
  56. window.mut    := me2.h
  57.